UIVerticalSpacer
	UIText {text:"Play"}
	UICollection
		UIButton {text:"Continue",onclick:"play"}
		UIButton {text:"New run",onclick:"submenu build data/menus/restart.txt"}
		UIButton {text:"Reset all progress",onclick:"submenu build data/menus/reset progress.txt"}
		UIButton {text:"Back",onclick:"supermenu"}
	end
end